home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / dev / c / koch.lha / Koch.readme
Text File  |  2001-07-28  |  1KB  |  47 lines

  1. Short: OpenGL Source: Koch's Snowflake
  2. Autor: walternn@rupert.informatik.uni-stuttgart.de (Norman Walter)
  3. Uploader: walternn@rupert.informatik.uni-stuttgart.de (Norman Walter)
  4. Type: dev/c
  5. Requires: C Compiler (e.g. gcc), StormMesa
  6.  
  7. This archive contains the program for drawing the so called "Koch's Snowflake" 
  8. using OpenGL in a window, and the source code.
  9.  
  10. The executable included in this archive requires 68030 cpu and 68881 fpu or better.
  11.  
  12. The source is highly portable. It shold work with all major operating systems,
  13. as far as OpenGL and GLUT (GL Utilities) are available.
  14.  
  15. Testet on Amiga 4000/30 with AmigaOS 3.5 and Intel Pentium III PC running 
  16. Red Hat Linux.
  17.  
  18.  
  19. Literature:
  20.  
  21. Brian W. Kernighan, Dennis M. Ritchie: The C Programming Language
  22.  
  23. Andrew Koenig: 
  24. C Traps and Pitfalls
  25.  
  26. Mason Woo, Jackie Neider, Tom David, Dave Shriner, Tom Davis: 
  27. OpenGL 1.2 Programming Guide
  28.  
  29. Mark Kilgar: 
  30. The OpenGL Utility Toolkit (GLUT) Programming Interface API
  31.  
  32.  
  33. World Wide Web:
  34.  
  35. http://www.norman-interactive.com (my Homepage)
  36.  
  37. http://www.informatik.uni-stuttgart.de (University Stuttgart, Dept. of Computer Science)
  38.  
  39. http://www.OpenGL.org (Official OpenGL Homepage)
  40.  
  41. http://www.ninemoons.com (GeekGadgets)
  42.  
  43. http://www.haage-partner.com (Haage & Partner Homepage, 3D World)
  44.  
  45. http://www.sgi.com (Silicon Graphics - Inventor of OpenGL)
  46.  
  47.